Returns a DiagramView by using the specified HTML helper.
Namespace: MindFusion.Diagramming.Mvc
Assembly: MindFusion.Diagramming.Mvc
C#
![]() |
---|
public static MvcHtmlString DiagramView ( |
Visual Basic
![]() |
---|
Public Shared Function DiagramView( _ |
The HTML helper
The DiagramView
An object containing the HTML attributes for the control.
Use the htmlAttributes parameter to pass style data to the control's outer div element. The following example sets the control's width and height properties and hides the scrollbars.
HTML
![]() |
---|
@Html.DiagramView( |